Learn R Programming

woylier (version 0.0.9)

sine_curve measurements: Simulated 6D data with a sine curve

Description

The data has 6 columns, labelled V1-V6, where the sine curve is in V5, V6. The other columns are normal samples.

Arguments

Format

A 500x6 data frame

Examples

Run this code
library(woylier)
data(sine_curve)
plot(sine_curve$V5, sine_curve$V6)

Run the code above in your browser using DataLab